home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 13145 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  34 lines

  1. Newsgroups: comp.lang.c
  2. Path: netcom.com!rcw
  3. From: rcw@netcom.com (Robert Woodcock)
  4. Subject: Re: Hopefully not a useless question.......
  5. Message-ID: <rcwDpCLL8.E8K@netcom.com>
  6. Organization: my computer
  7. X-Newsreader: TIN [version 1.2 PL1]
  8. References: <4jv4j9$9a@newsbf02.news.aol.com>
  9. Date: Thu, 4 Apr 1996 17:22:20 GMT
  10. Sender: rcw@netcom13.netcom.com
  11.  
  12. Matt NoHaq (mattnohaq@aol.com) composed eloquently:
  13. >I'm just starting out in c, and i was wondering.
  14. >Can i make c  programs specifically for windows?
  15.  
  16. No. Not a chance. No Windows program has ever been programmed in C. Ever.
  17.  
  18. :)
  19.  
  20. >i wanted to know also why i should code in c 
  21. >rather than vb. just wondering.....
  22.  
  23. Because VB sucks. The memory management is really bad, there are limits 
  24. everywhere (64k limits), and you have to use the Windows API for anything 
  25. useful. And anyone who knows C won't like the fact that VB doesn't have 
  26. pointers.
  27.  
  28. This is coming from someone who used it for over a year and then
  29. saw the light and went to C under Linux. Just ask the people in 
  30. comp.lang.basic.visual.misc about my VB experience.
  31. -- 
  32. Robert Woodcock - rcw@netcom.com
  33. Where there's a will, there's an Inheritance Tax.
  34.